home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Info / movieconversions.txt < prev    next >
Encoding:
Internet Message Format  |  1994-12-20  |  6.2 KB  |  [TEXT/unix]

  1. Date: Wed, 16 Nov 94 12:41:15 +0500
  2. From: Eric Bennett <EricB@psu.edu>
  3. Subject: QT.on.IBM.v11.hqx.sit
  4. To: macgifts@SUMEX-AIM.Stanford.EDU
  5.  
  6. You have a November 12 upload called QT.on.IBM.sit.hqx; I wrote this document 
  7. but did not upload it.  The person who uploaded it uploaded an OLD, OUTDATED 
  8. copy of this file.  Please remove it and replace it with the new version 1.1 of 
  9. this document, which I have enclosed (I have also sent the removal request to 
  10. info-mac-request@sumex.stanford.edu).  Thanks.
  11.  
  12.  
  13. Description of upload:
  14.  
  15. This text document explains how to save Macintosh QuickTime movies in a format 
  16. that can be played in Microsoft Windows 3.1 or greater.  It includes information 
  17. on where to get the required software for both the Mac and Windows machines.
  18.  
  19. -Eric Bennett (EricB@psu.edu)
  20.  
  21. Drawing on my fine command of the language, I said nothing.
  22. -Robert Benchley
  23.  
  24.  
  25.  
  26. Windows AVI-->Mac QT Conversion instructions v1.0
  27. created 9/11/94
  28.  
  29. There is a tiny Mac application which tries to convert AVI files to QuickTime 
  30. format.  To get it, FTP to “mac.archive.umich.edu” and get the file 
  31. /mac/graphics/quicktime/aviquicktime.sit.hqx.  If the site is too busy, try gopher 
  32. instead: gopher.archive.merit.edu. Choose “Merit Software Archives” and then 
  33. “Macintosh Archive.”  The file you want is 
  34. graphics/quicktime/aviquicktime.sit.hqx.  THIS PROGRAM DOES NOT ALWAYS 
  35. WORK.  Some AVI files will not convert properly; I do not know why.  If anyone 
  36. has a more reliable conveter, please let everyone know (especially if it’s free)!
  37.  
  38.  
  39. Mac QT <----> Windows 3.1 (QT/Windows) Conversion instructions v1.1
  40. created 3/17/94, updated 9/11/94
  41.  
  42. This section explains how to play Macintosh QTs with Windows.  The old, out of 
  43. date version of this "how to" file from last March seems to have fallen into the 
  44. hands of many people, so I think it’s worth it to repost this updated version.  Before 
  45. I explain the conversion process, let me give you a brief background of the problems 
  46. involved.
  47.  
  48. QuickTime movies have a section containing actual data and a section 
  49. containing information on how to play that data--the compression method for 
  50. graphics or sounds, playback rates, etc.  Under MS-DOS, a file is a file is a file, so QTs 
  51. under DOS have everything in one chunk.  Macintosh files, however, have two 
  52. pieces--a data fork and a resource fork (the resource fork allows programmers to 
  53. easily add and access specific pieces of data in their programs--sound, icons, etc.).  
  54. DOS has no analogous structure.  When one converts files from Mac to IBM, a Mac 
  55. file often becomes TWO files on the DOS disk, one containing the data fork and one 
  56. containing the resource fork.  This situation is a problem because:
  57. 1.  DOS movie players generally want everything in one file; and
  58. 2.  The Mac saves the movie data in the data fork, but control info in the 
  59. resource.
  60. Therefore, for the DOS or Windows players to work, all of the movie data must 
  61. be integrated into ONE file, a process known as "flattening."
  62.  
  63. So just how does one deal with the problem?  Simple.  You need to obtain two 
  64. software packages from Apple, both of which are available for free over internet (I 
  65. don't want to get into the copyright problems involved in redistributing software, so 
  66. I'm not including the software here--instead, I'm telling you where you can get it).
  67.  
  68.  
  69. 1.  Using anonymous FTP, connect to FTP.APPLE.COM, enter the 
  70. SOFTWARE:MAC:SC:SNIPPETS:QUICKTIME directory and download 
  71. PLAYMOVIE.HQX.  This is a binhexed StuffIt archive which contains source code 
  72. for PlayMovie AND a compiled version of PlayMovie.  This is the necessary Mac 
  73. software. (Some other programs, such as Adobe Premiere, will work as well.)
  74.  
  75. 2.  QuickTime for Windows, currently at version 1.1.1, is the necessary Windows 
  76. software. You can get it via ftp:
  77. winftp.cica.indiana.edu /pub/pc/win3/desktop/qtw111.zip
  78. or
  79. cnuce-arch.cn           /pub/msdos/win3/desktop/qtw111.zip
  80. or (but this is in Mac BinHex format--you'll need an .hqx decoder)
  81. ftp.support.apple.com   /pub/Apple SW Updates/Macintosh/Supplemental 
  82. System Software/QuickTime for Windows (1.1.1).hqx
  83.  
  84.  
  85. NOTE: QT/Windows is available from LOTS of places on internet; it seems to 
  86. come and go at will from the various FTP sites.  If you do an archie search for 
  87. filenames beginning with "qtw" you will find many copies of it all over the place (in 
  88. .exe, .zip, and .arj formats at the very least).  BE SURE TO GET VERSION 1.1.1.  The 
  89. archive should be between 700-800k if it’s in ZIP format (if it’s much smaller, it may 
  90. be missing some things).
  91.  
  92.  
  93. You must have access to a Mac, since PlayMovie, the flattener, is a Macintosh 
  94. application.  Open the Mac QT movie with PlayMovie.  WHILE THE MOVIE IS 
  95. PLAYING, select "Save flattened" from the file menu to save a flattened copy of the 
  96. movie (the movie closes when it's done playing, so you can't save it then).  Transfer 
  97. this flattened movie to the IBM (use whatever means necessary--modem, ethernet, 
  98. disk [CompactPro for Mac and its DOS extractor companion, ExtractorPC, will allow 
  99. multidisk archives, so you might try them for movies that don’t fit on one disk]).
  100.  
  101. I believe that QuickTime for Windows v1.1.1 requires Windows 3.1.  The file 
  102. "Player.exe," which should be in the QTW archive which you obtain by FTP (some 
  103. archives I have seen are missing this program), can open flattened QT movies (use a 
  104. ".mov" file extension).  
  105.  
  106. Moving QT/Windows files to the Mac should not be a problem.  A few Mac 
  107. programs will open such flattened files directly; others may require you to set the 
  108. file type to "MooV" (using ResEdit’s “Get file info” command or another utility 
  109. altogether) before they display it in the file open dialog.  These files will (should!) 
  110. play just fine without resources. SUGGESTION: since the Mac and Windows 
  111. environments both support flattened files, Mac users might want to leave all of 
  112. their QT movies in flattened format so that it's easier to exhange files.
  113.  
  114. Good luck!  If you have trouble, feel free to email me and ask questions (I'm 
  115. batting 100% on solving problems thus far...).  Please let me know if you found this 
  116. info useful or if there are any errors in it.  
  117.  
  118. This file is for everyone's benefit, so please distribute it freely to anyone 
  119. who might find it useful.  Thanks.
  120.  
  121. -Eric Bennett (ericb@psu.edu)
  122.  
  123.